projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f6a014
)
spinner: We want the default colormap, not the RGB colormap
author
Benjamin Otte
<otte@redhat.com>
Tue, 13 Jul 2010 00:22:40 +0000
(
02:22
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 26 Jul 2010 14:42:46 +0000
(16:42 +0200)
GtkSpinner doesn't use GdkRGB
gtk/gtkspinner.c
patch
|
blob
|
history
diff --git
a/gtk/gtkspinner.c
b/gtk/gtkspinner.c
index a4ab26a49ad0e257f577619ecde4c3a1788990cc..6261d826984005477dae9bfd145a47216f692d02 100644
(file)
--- a/
gtk/gtkspinner.c
+++ b/
gtk/gtkspinner.c
@@
-326,7
+326,7
@@
gtk_spinner_screen_changed (GtkWidget* widget, GdkScreen* old_screen)
if (!colormap)
{
- colormap = gdk_screen_get_
rgb
_colormap (new_screen);
+ colormap = gdk_screen_get_
default
_colormap (new_screen);
}
gtk_widget_set_colormap (widget, colormap);